Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NVFlowBlockContainer<T> Class / ConvertToText Method


In This Topic
    ConvertToText Method (NVFlowBlockContainer<T>)
    In This Topic
    Converts this block to text by replacing the block with its contents thus effectively removing this block from the tree
    Syntax
    'Declaration
     
    
    Public Overridable Sub ConvertToText() 
    'Usage
     
    
    Dim instance As NVFlowBlockContainer(Of T)
     
    instance.ConvertToText()
    public virtual void ConvertToText()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also